home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / stepp000.swf / scripts / DefineButton2_756 / BUTTONCONDACTION on(keyPress L).as < prev    next >
Text File  |  2010-04-12  |  285b  |  14 lines

  1. on(keyPress "L"){
  2.    if(eval("/:Challenge") != true)
  3.    {
  4.       if(getProperty("_root.Animatiques", _currentframe) == 1)
  5.       {
  6.          set("/Save:Fichier","");
  7.          tellTarget("_root")
  8.          {
  9.             gotoAndStop("Initialisation");
  10.          }
  11.       }
  12.    }
  13. }
  14.